home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / picnix33.zip / PICNIX.DOC < prev    next >
Text File  |  1988-05-25  |  31KB  |  713 lines

  1.  
  2.  
  3. The PiCnix Package (PC Version):
  4. --------------------------------
  5.  
  6.    This  document describes the PC Version of the PiCnix*  package  by
  7. Peter  Stephen Heitman.    The utilities in the PiCnix package emulate
  8. the functionality of UNIX* System V commands as completely as possible
  9. for  MS-DOS*  and PC-DOS* users.  The utilities included in the PiCnix
  10. package are:
  11.  
  12.  
  13. Name:     cat - file listing utility
  14. Usage:    cat [ -usx? ] [ -v [-t] [-e] ] file1 ...
  15. Version:  3.7 for PCs with DOS 2.1 and higher
  16.  
  17. Name:     chlabel - set the volume label
  18. Usage:    chlabel { "<volume label>" [drive specifier] } | -? 
  19. Version:  3.4 for PCs with DOS 2.1 and higher
  20.  
  21. Name:     chmod - update attribute bits of files
  22. Usage:    chmod <mode> file1 ...
  23. Version:  3.4 for PCs with DOS 2.1 and higher
  24.  
  25. Name:     cp - copy files
  26. Usage:    cp file1 file2
  27.           cp file1 ... fileN directory
  28. Version:  3.6 for PCs with DOS 2.1 and higher
  29.  
  30. Name:     cpdir - copy a directory
  31. Usage:    cpdir Dir1 Dir2
  32. Version:  3.5 for PCs with DOS 2.1 and higher
  33.  
  34. Name:     df - print disk free space information
  35. Usage:    df [ -a | drive_1 [ drive_2 ... ] | -? ]
  36. Version:  3.4 for PCs with DOS 2.1 and higher
  37.  
  38. Name:     diff - find differences between two text files
  39. Usage:    diff [ -ebh? ]  oldfile newfile
  40. Version:  3.4 for PCs with DOS 2.1 and higher
  41.  
  42. Name:     du - disk usage utility
  43. Usage:    du [ -ars? ] [ names ]
  44. Version:  3.4 for PCs with DOS 2.1 and higher
  45.  
  46. Name:     fgrep - fast text search through files
  47. Usage:    fgrep [ -mvclxins? ] <pattern> file1 ...
  48. Version:  3.4 for PCs with DOS 2.1 and higher
  49.  
  50. Name:     grep - regular expression search through files
  51. Usage:    grep [ -mvclins? ] <pattern> file1 ...
  52. Version:  3.4 for PCs with DOS 2.1 and higher
  53.  
  54. Name:     head - beginning of file listing utility
  55. Usage:    head [-count] [ file1 ... ]
  56. Version:  3.4 for PCs with DOS 2.1 and higher
  57.  
  58. Name:     ls - directory listing utility
  59. Usage:    ls [ -cx1lmetsurpfaRd? ] [ file1 ... ]
  60. Version:  3.5 for PCs with DOS 2.1 and higher
  61.  
  62. Name:     more - file listing utility
  63. Usage:    more [-<n>cdflsd?] [+<linenumber>] [+/<pattern>] [ file1 ... ]
  64. Version:  3.4 for PCs with DOS 2.1 and higher
  65.  
  66. Name:     mv - move files
  67. Usage:    mv [-f?] file1 file2
  68.           mv [-f?] file1 ... fileN directory
  69. Version:  3.5 for PCs with DOS 2.1 and higher
  70.  
  71. Name:     mvdir - move a directory
  72. Usage:    mvdir Dir1 Dir2
  73. Version:  3.5 for PCs with DOS 2.1 and higher
  74.  
  75. Name:     ncd - change to directory
  76. Usage:    ncd [ - | new-directory | -? ]
  77. Version:  3.4 for PCs with DOS 2.1 and higher
  78.  
  79. Name:     ndate - set and display current date and time
  80. Usage:    ndate [-?] [ mmddhhmm[yy] ] [+<format string>]
  81. Version:  3.4 for PCs with DOS 2.1 and higher
  82.  
  83. Name:     necho - echo arguments
  84. Usage:    necho [-?] <argument list>
  85. Version:  3.4 for PCs with DOS 2.1 and higher
  86.  
  87. Name:     nset - set and display the command processor's environment
  88. Usage:    nset [-?] [ <name>=[<parameter>] ]
  89. Version:  3.4 for PCs with DOS 2.1 and higher
  90.  
  91. Name:     unset - delete a string from the command processor's environment
  92. Usage:    unset [-?] <name>
  93. Version:  3.4 for PCs with DOS 2.1 and higher
  94.  
  95. Name:     ntime - time a command
  96. Usage:    ntime [-?] <command string>
  97. Version:  3.4 for PCs with DOS 2.1 and higher
  98.  
  99. Name:     pwd - print the working directory
  100. Usage:    pwd [ -a | drive_1 [ drive_2 ] ... ] | -? ]
  101. Version:  3.4 for PCs with DOS 2.1 and higher
  102.  
  103. Name:     rm - remove files
  104. Usage:    rm [ -ifr? ] file ...
  105. Version:  3.5 for PCs with DOS 2.1 and higher
  106.  
  107. Name:     show - find a file along a path
  108. Usage:    show [ -a? ] [ -p <environment variable> ] file1 ... 
  109. Version:  3.4 for PCs with DOS 2.1 and higher
  110.  
  111. Name:     strings - print ASCII strings embedded in binary files
  112. Usage:    strings [ -? ] [ -t <n>] [ -n <n>] [ file1 ... ]
  113. Version:  3.4 for PCs with DOS 2.1 and higher
  114.  
  115. Name:     switchar - set or display the current system switch character
  116. Usage:    switchar [ <new-switchar> | '<new-switchar>' | "<new switchar>" ]
  117. Version:  3.4 for PCs with DOS 2.1 and higher
  118.  
  119. Name:     tail - end of file listing utility
  120. Usage:    tail [ -? | {+|-} [<count>] [l|c] ] [file]
  121. Version:  3.4 for PCs with DOS 2.1 and higher
  122.  
  123. Name:     tee - create multiple outputs from the input
  124. Usage:    tee [ -a? ] file ...
  125. Version:  3.5 for PCs with DOS 2.1 and higher
  126.  
  127. Name:     touch - update last-write times of files
  128. Usage:    touch [ -c? ] [ mmddhhmm[yy] ] file1 ...
  129. Version:  3.4 for PCs with DOS 2.1 and higher
  130.  
  131. Name:     wc - word counter
  132. Usage:    wc [ -lwc? ] [ file1 ... ]
  133. Version:  3.5 for PCs with DOS 2.1 and higher
  134.  
  135.  
  136. * PiCnix is a trademark of Peter Stephen Heitman
  137. * UNIX is a trademark of  Bell  Laboratories.
  138. * MS-DOS  is a U.S.  registered trademark of Microsoft,  Incorporated.
  139. * PC-DOS is a  trademark  of  International Business Machines.  
  140.  
  141.  
  142.  
  143. CONDITIONS FOR USE AND DISTRIBUTION:
  144. -----------------------------------
  145.  
  146.     PiCnix  is  being  distributed under the user-distributed concept.  
  147. Please  pass this package on to others and upload it to your  favorite
  148. computer  bulletin  board,  but please make sure you  give  them  the
  149. complete  PiCnix package,  including this document.  You also may  not  
  150. misrepresent,   either  by commission or  omission,   the  conditions 
  151. under which this program is being distributed.  
  152.  
  153.     If  you  use any of  the utilities in this package  on  a  regular 
  154. basis,  it  is  requested that you register as a user  of  PiCnix  by 
  155. sending  a  donation of $15  to the author.  A  registration  form  is 
  156. provided  below  for  your convenience.   Your   donation   will  help 
  157. support  improvements  and additions  to the PiCnix  package.    Your 
  158. registration will entitle you to  receiving notices  when  updates are 
  159. available  and  will allow you to  order the updated versions  of  the 
  160. package for only $10  per update.   When you register,  please include 
  161. your name and address so that notices of updates may be sent to you. 
  162.  
  163.    If you are registered as a user of the PiCnix package,   the source 
  164. for  all  of  these  utilities,   including  the   sources   for   the  
  165. underlying   libraries,   is  available  for an additional fee.    The 
  166. source  currently  consists  of  over half a megabyte  of  'C'  source  
  167. code compatible with TURBO-C by Borland International.  One library of 
  168. particular interest will be the code that provides  for  command  line
  169. argument  expansion  that  is  consistent  with the argument expansion
  170. provided by Unix.  The only restrictions on the  use  of  this  source 
  171. code  is  that  you may not create a competing product and a copyright 
  172. notice is required when using  some  of  the  included  libraries.  No 
  173. warranty  is  given  that  these  sources  will  be  suitable  for any 
  174. particular purpose.  
  175.  
  176.  
  177.     Of course,  anyone may send in bug reports and suggestions for how 
  178. the  package  may  be improved.   Please try to describe  the  bug  as 
  179. completely and accurately as possible along with a description of  how 
  180. it may be reproduced consistently (if you know).  I am very interested 
  181. in making the PiCnix package completely bug free, so please help me by 
  182. reporting any bugs you encounter.  Suggestions for how the package may 
  183. be  improved are always welcome,  particularly suggestions about which
  184. System V commands to implement next. 
  185.  
  186.  
  187.                                             Date: ____________________
  188.  
  189.  
  190.  
  191.  
  192.  
  193. PiCnix Package 
  194. Peter Stephen Heitman
  195. 23 Burwell Road
  196. West Roxbury, MA  02132
  197.  
  198.  
  199.  
  200.  
  201. Version of the PiCnix package:               PC Version
  202.  
  203. Release Date of this package:                May 1, 1988
  204.  
  205.  
  206.  
  207.  
  208.  
  209.             Registration Fee:                 ($15.00)   _________
  210.  
  211.             Ordering the most recent update:  ($10.00)   _________
  212.  
  213.             Ordering the sources:             ($30.00)   _________
  214.  
  215.                                                Total:    _________
  216.  
  217.  
  218. NOTE:  You must be currently registered as a user or 
  219.        must include your $15.00 registration fee with
  220.        your order to be able